duplicated code造句
例句與造句
- A research on a tool for automatic detection of duplicated code
重復(fù)代碼自動檢測工具的研究與設(shè)計 - The system contains no duplicate code , unless that would violate ( 1 )
這個系統(tǒng)不包含重復(fù)的代碼,否則就會違反( 1 ) 。 - Research on detection technology of parameterized duplicated code based on procedure blueprint
基于過程藍(lán)圖的參數(shù)化重復(fù)代碼檢測技術(shù)研究 - In that it leaves room for some facelets love and a field composition component to get rid of duplicate code
類似,但它為facelets和一個字段復(fù)合組件留出了空間,可以避免重復(fù)代碼。 - Which are very useful at first sight and save a lot of duplicated code , but make programs incomprehensible over time
,初看之下,它非常有用,可以節(jié)省大量重復(fù)的代碼,但它會使程序變得越來越難以理解。 - It's difficult to find duplicated code in a sentence. 用duplicated code造句挺難的
- However , this approach requires scattering duplicate code in many places with much trial and error to determine what code needs to be measured
但是,這種方式要求在許多地方分散重復(fù)的代碼,而且要測量哪些代碼也需要經(jīng)過許多試驗(yàn)和錯誤才能確定。 - Telelogic synergycm also provides built - in support for productive parallel development , reducing merge times and eliminating the need for duplicate code bases
還提供對并行開發(fā)的支持以提高工作效率,減少合并時間并消除對復(fù)制代碼基礎(chǔ)部分的需要。 - This lack of polymorphism among the common interfaces makes it impossible to reuse queue clients with topics and vice versa , which leads to the kind of duplicate code shown in
公共接口中缺乏這種多態(tài)性使得不可能通過主題重用隊列客戶機(jī),反過來重用也不可能,這導(dǎo)致了如 - Refactoring : refactor out any duplicate code generated in a coding session . you can do this with confidence that you didn ' t break anything because you have the tests
求精( ) :去掉在編碼過程中產(chǎn)生的任何重復(fù)代碼,你可以自信地認(rèn)為這么做不會破壞任何東西,因?yàn)槟氵€有測試作為后盾。 - Since jms 1 . 1 unifies the point - to - point and publish subscribe messaging domains , to avoid duplicate code , these two methods simply call a third , private method , producemessage string , string , string , which does all of the work of creating the message and adding it to either a queue or a topic
由于jms 1 . 1將點(diǎn)到點(diǎn)和發(fā)布/訂閱消息傳遞域統(tǒng)一起來,因此為了避免重復(fù)代碼,這兩個方法只需調(diào)用第三個方法私有方法producemessage ( string , string , string )來完成創(chuàng)建消息和將消息添加到隊列或主題的所有工作。 - In this paper , how to evolve the action component part of struts framework into black - box framework using java reflection and program generator respectively is discussed , taking the adding , deleting , modifying in a database in struts + ejb - kiatabase three layers architecture as an example . i first present a white - box framework based implementaion that adding , deleting , modifying a database , then how to evolve the action component part of struts framework into black - box framework using java reflection and program generator respectively in the target domain is discussed , thereby all these operations can implement without programmingjust config in a xml file , reach the objective of reducing the duplicate codes , improving the maintainability , cutting down the cost of developing applications
首先給出了基于白盒struts框架的對數(shù)據(jù)庫表的增、刪、改操作的一個實(shí)現(xiàn),然后分別采用反射機(jī)制和程序生成器技術(shù)將struts框架的action組件部分在這一目標(biāo)領(lǐng)域里進(jìn)化為黑盒框架,從而使所有對數(shù)據(jù)庫的增、刪、改不再需要編程,只需在xml文件中進(jìn)行相應(yīng)配置即可,達(dá)到減少重復(fù)代碼的數(shù)量,提高程序的可維護(hù)性,降低開發(fā)成本的目的。